The primary rules for renaming files and folders can be grouped as follow:
Replace string
When this option is chosen there are two text fields to the right of it. Enter the text to be replaced in the first field and the replacement text in the second field. If the second field is empty the Rename button will be dimmed. To delete with no replacement use the Delete option.
Delete string
When this option is chosen there there is only one field available. The text in that field will be deleted from names during the renaming process.
Replace characters
When this option is chosen there are two text fields to the right of it. Enter the characters to be replaced in the first field and the characters with which they are to be replaced respectively in the second field. For example, to replace ‘A’ with ‘1’ and ‘B’ with ‘2’ you would enter “AB” into the first field and “12” into the second field. Both fields must contain the same number of characters.
Delete characters
When this option is chosen there there is only one field available. Each of the characters in that field will be deleted from names during the renaming process. For example, entering “is” in that field would cause a file named “Mississippi” to be renamed to “Mpp.”
Replace Regexp
When this option is chosen there there are two text fields to the right of it. Both fields accept regular expressions. The use of regular expressions to rename files and folders is quite powerful, but requires knowledge of Regexp syntax, which is well beyond the scope of this document. However, there are many good resources available for those interested in learning to use regular expressions.
Use original name
With this option the original name is preserved and other options in the window will be used in conjunction with it to generate the new name.